[INFO] cloning repository https://github.com/Thomas-Mewily/hexga
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Thomas-Mewily/hexga" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomas-Mewily%2Fhexga", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomas-Mewily%2Fhexga'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c4ea2f39da11ac06d38c6ff97f785cdc4c25542
[INFO] checking Thomas-Mewily/hexga against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThomas-Mewily%2Fhexga" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Thomas-Mewily/hexga
[INFO] finished tweaking git repo https://github.com/Thomas-Mewily/hexga
[INFO] tweaked toml for git repo https://github.com/Thomas-Mewily/hexga written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Thomas-Mewily/hexga on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Thomas-Mewily/hexga already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.41
[INFO] [stderr]   Downloaded postcard v1.1.3
[INFO] [stderr]   Downloaded cobs v0.3.0
[INFO] [stderr]   Downloaded atomic-polyfill v1.0.3
[INFO] [stderr]   Downloaded toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]   Downloaded unicode-ident v1.0.19
[INFO] [stderr]   Downloaded critical-section v1.2.0
[INFO] [stderr]   Downloaded heapless v0.7.17
[INFO] [stderr]   Downloaded winnow v1.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2
[INFO] running `Command { std: "docker" "start" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking hexga_map_on v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_map_on)
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking hexga_guard v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_guard)
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking hexga_number v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_number)
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking hexga_array v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_array)
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking hexga_typedef v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_typedef)
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking syn v2.0.106
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking share_crate v0.0.11-beta.53 (/opt/rustwide/workdir/share_crate)
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking hexga_bit_derive v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_bit_derive)
[INFO] [stderr]     Checking hexga_math_derive v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_math_derive)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking hexga_bit v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_bit)
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking hexga_core v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_core)
[INFO] [stderr]     Checking hexga_ansi_color v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_ansi_color)
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Alloc,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Alloc` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Alloc` to disambiguate
[INFO] [stdout] note: `Alloc` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Alloc` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         AllocFromLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `AllocFromLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayout` to disambiguate
[INFO] [stdout] note: `AllocFromLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         AllocFromLayoutRaw,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `AllocFromLayoutRaw` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayoutRaw` to disambiguate
[INFO] [stdout] note: `AllocFromLayoutRaw` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayoutRaw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         DeallocFromLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `DeallocFromLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayout` to disambiguate
[INFO] [stdout] note: `DeallocFromLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Alloc,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Alloc` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Alloc` to disambiguate
[INFO] [stdout] note: `Alloc` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Alloc` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         DeallocFromLayoutRaw, //MemoryAlloc,MemoryRealloc,MemoryDealloc,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `DeallocFromLayoutRaw` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayoutRaw` to disambiguate
[INFO] [stdout] note: `DeallocFromLayoutRaw` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayoutRaw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         FromAllocLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FromAllocLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use layout::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `FromAllocLayout` to disambiguate
[INFO] [stdout] note: `FromAllocLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `FromAllocLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::boxed)
[INFO] [stdout]   --> crates/hexga_core/src/boxed/mod.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub use super::Box;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Box` could refer to the struct imported here
[INFO] [stdout]   --> crates/hexga_core/src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |             pub use std::$name::*;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/hexga_core/src/boxed/mod.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | re_export_items_from_std_or_alloc!(boxed);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = help: consider adding an explicit import of `Box` to disambiguate
[INFO] [stdout] note: `Box` could also refer to the struct imported here
[INFO] [stdout]   --> crates/hexga_core/src/boxed/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Box` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `re_export_items_from_std_or_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         AllocFromLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `AllocFromLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayout` to disambiguate
[INFO] [stdout] note: `AllocFromLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         AllocFromLayoutRaw,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `AllocFromLayoutRaw` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayoutRaw` to disambiguate
[INFO] [stdout] note: `AllocFromLayoutRaw` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `AllocFromLayoutRaw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         DeallocFromLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `DeallocFromLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayout` to disambiguate
[INFO] [stdout] note: `DeallocFromLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         DeallocFromLayoutRaw, //MemoryAlloc,MemoryRealloc,MemoryDealloc,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `DeallocFromLayoutRaw` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub use alloc::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayoutRaw` to disambiguate
[INFO] [stdout] note: `DeallocFromLayoutRaw` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `DeallocFromLayoutRaw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::allocation)
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         FromAllocLayout,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `FromAllocLayout` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub use layout::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `FromAllocLayout` to disambiguate
[INFO] [stdout] note: `FromAllocLayout` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_core/src/allocation/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `FromAllocLayout` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::boxed)
[INFO] [stdout]   --> crates/hexga_core/src/boxed/mod.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub use super::Box;
[INFO] [stdout]    |                    ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Box` could refer to the struct imported here
[INFO] [stdout]   --> crates/hexga_core/src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |             pub use std::$name::*;
[INFO] [stdout]    |                     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: crates/hexga_core/src/boxed/mod.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | re_export_items_from_std_or_alloc!(boxed);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    = help: consider adding an explicit import of `Box` to disambiguate
[INFO] [stdout] note: `Box` could also refer to the struct imported here
[INFO] [stdout]   --> crates/hexga_core/src/boxed/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Box` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: this warning originates in the macro `re_export_items_from_std_or_alloc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:63
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyRw` to disambiguate
[INFO] [stdout] note: `SingletonLazyRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:75
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionRw` to disambiguate
[INFO] [stdout] note: `SingletonOptionRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:94
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonRw` to disambiguate
[INFO] [stdout] note: `SingletonRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:43
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyMutex` to disambiguate
[INFO] [stdout] note: `SingletonLazyMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:80
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonMutex` to disambiguate
[INFO] [stdout] note: `SingletonMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:53
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionMutex` to disambiguate
[INFO] [stdout] note: `SingletonOptionMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonCell` to disambiguate
[INFO] [stdout] note: `SingletonCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:63
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyRw` to disambiguate
[INFO] [stdout] note: `SingletonLazyRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyCell` to disambiguate
[INFO] [stdout] note: `SingletonLazyCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionCell` to disambiguate
[INFO] [stdout] note: `SingletonOptionCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:111
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                                                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use once_cell::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceCell` to disambiguate
[INFO] [stdout] note: `SingletonOnceCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceLazyCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use once_cell::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazyCell` to disambiguate
[INFO] [stdout] note: `SingletonOnceLazyCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazyCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:96
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                                              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnce` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub use once_lock::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnce` to disambiguate
[INFO] [stdout] note: `SingletonOnce` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnce` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:130
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...zyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, SingletonOnceLazy,
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceLazy` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub use once_lock::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazy` to disambiguate
[INFO] [stdout] note: `SingletonOnceLazy` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazy` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:75
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionRw` to disambiguate
[INFO] [stdout] note: `SingletonOptionRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:94
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonRw` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use rw::*;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonRw` to disambiguate
[INFO] [stdout] note: `SingletonRw` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonRw` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:43
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyMutex` to disambiguate
[INFO] [stdout] note: `SingletonLazyMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:80
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonMutex` to disambiguate
[INFO] [stdout] note: `SingletonMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:53
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionMutex` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub use mutex::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionMutex` to disambiguate
[INFO] [stdout] note: `SingletonOptionMutex` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionMutex` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonCell` to disambiguate
[INFO] [stdout] note: `SingletonCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonLazyCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyCell` to disambiguate
[INFO] [stdout] note: `SingletonLazyCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonLazyCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:32
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOptionCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub use cell::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionCell` to disambiguate
[INFO] [stdout] note: `SingletonOptionCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOptionCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:111
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                                                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use once_cell::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceCell` to disambiguate
[INFO] [stdout] note: `SingletonOnceCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |         SingletonOnceLazyCell, SingletonOptionCell, SingletonOptionMutex, SingletonOptionRw, SingletonRw,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceLazyCell` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use once_cell::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazyCell` to disambiguate
[INFO] [stdout] note: `SingletonOnceLazyCell` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazyCell` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:96
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...   SingletonCell, SingletonLazyCell, SingletonLazyMutex, SingletonLazyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, Singl...
[INFO] [stdout]    |                                                                                              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnce` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub use once_lock::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnce` to disambiguate
[INFO] [stdout] note: `SingletonOnce` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnce` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::singleton)
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:46:130
[INFO] [stdout]    |
[INFO] [stdout] 46 | ...zyRw, SingletonMutex, SingletonOnce, SingletonOnceCell, SingletonOnceLazy,
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `SingletonOnceLazy` could refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub use once_lock::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazy` to disambiguate
[INFO] [stdout] note: `SingletonOnceLazy` could also refer to the type alias imported here
[INFO] [stdout]   --> crates/hexga_core/src/singleton/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `SingletonOnceLazy` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hexga_bitflags v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_bitflags)
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking hexga_array_vec v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_array_vec)
[INFO] [stderr]     Checking hexga_arena v0.0.11-beta.53 (/opt/rustwide/workdir/experimental/hexga_arena)
[INFO] [stderr]     Checking hexga_math v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_math)
[INFO] [stderr]     Checking hexga_utils v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_utils)
[INFO] [stderr]     Checking hexga_generational v0.0.11-beta.53 (/opt/rustwide/workdir/crates/hexga_generational)
[INFO] [stdout] error[E0119]: conflicting implementations of trait `hexga_core::collections::IndexExtension<_>` for type `gen_id::UntypedGenIDOf<_>`
[INFO] [stdout]   --> crates/hexga_generational/src/gen_id.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | impl<Gen: GenerationalIndex, C> IndexExtension<C> for UntypedGenIDOf<Gen> {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `hexga_core`:
[INFO] [stdout]            - impl<I, T> hexga_core::collections::IndexExtension<T> for I
[INFO] [stdout]              where I: SliceIndex<T>;
[INFO] [stdout]    = note: downstream crates may implement trait `std::slice::SliceIndex<_>` for type `gen_id::UntypedGenIDOf<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `hexga_core::collections::IndexExtension<_>` for type `gen_id::GenIDOf<_, _>`
[INFO] [stdout]    --> crates/hexga_generational/src/gen_id.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | impl<T, Gen: GenerationalIndex, C> IndexExtension<C> for GenIDOf<T, Gen> {}
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: conflicting implementation in crate `hexga_core`:
[INFO] [stdout]             - impl<I, T> hexga_core::collections::IndexExtension<T> for I
[INFO] [stdout]               where I: SliceIndex<T>;
[INFO] [stdout]     = note: downstream crates may implement trait `std::slice::SliceIndex<_>` for type `gen_id::GenIDOf<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `hexga_core::collections::IndexExtension<_>` for type `gen_id::UntypedGenIDOf<_>`
[INFO] [stdout]   --> crates/hexga_generational/src/gen_id.rs:87:1
[INFO] [stdout]    |
[INFO] [stdout] 87 | impl<Gen: GenerationalIndex, C> IndexExtension<C> for UntypedGenIDOf<Gen> {}
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `hexga_core`:
[INFO] [stdout]            - impl<I, T> hexga_core::collections::IndexExtension<T> for I
[INFO] [stdout]              where I: SliceIndex<T>;
[INFO] [stdout]    = note: downstream crates may implement trait `std::slice::SliceIndex<_>` for type `gen_id::UntypedGenIDOf<_>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `hexga_core::collections::IndexExtension<_>` for type `gen_id::GenIDOf<_, _>`
[INFO] [stdout]    --> crates/hexga_generational/src/gen_id.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | impl<T, Gen: GenerationalIndex, C> IndexExtension<C> for GenIDOf<T, Gen> {}
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: conflicting implementation in crate `hexga_core`:
[INFO] [stdout]             - impl<I, T> hexga_core::collections::IndexExtension<T> for I
[INFO] [stdout]               where I: SliceIndex<T>;
[INFO] [stdout]     = note: downstream crates may implement trait `std::slice::SliceIndex<_>` for type `gen_id::GenIDOf<_, _>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::geometry::grid)
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         IGridView, IGridViewMut,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `IGridView` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use view::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridView` to disambiguate
[INFO] [stdout] note: `IGridView` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridView` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::geometry::grid)
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |         IGridView, IGridViewMut,
[INFO] [stdout]    |                    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `IGridViewMut` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use view_mut::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridViewMut` to disambiguate
[INFO] [stdout] note: `IGridViewMut` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridViewMut` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::geometry::grid)
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |         IGridView, IGridViewMut,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `IGridView` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub use view::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridView` to disambiguate
[INFO] [stdout] note: `IGridView` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridView` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout]    = note: `#[warn(ambiguous_import_visibilities)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous import visibility: pub or pub(in crate::geometry::grid)
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |         IGridView, IGridViewMut,
[INFO] [stdout]    |                    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `IGridViewMut` could refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use view_mut::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridViewMut` to disambiguate
[INFO] [stdout] note: `IGridViewMut` could also refer to the trait imported here
[INFO] [stdout]   --> crates/hexga_math/src/geometry/grid/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `IGridViewMut` to disambiguate
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #149145 <https://github.com/rust-lang/rust/issues/149145>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hexga_generational` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hexga_generational` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2", kill_on_drop: false }`
[INFO] [stdout] d0f645364d3e4d66dcd552936f1dc04debb9ce2db21b4bce186d7833a62d96b2
